Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

455
Views
Error "Root composer.json requiere php ^7.3 pero su versión de php (8.0.0) no cumple con ese requisito"

Tengo un error inusual al ejecutar el comando de composer install .

Requiere PHP 7.3 mientras tengo PHP 8.0.0. Esta pregunta es diferente deAnular la dependencia base de PHP en composer , porque tengo una versión superior de PHP (8.0.0) que la requerida. ¿Por qué no funciona?

 Problem 1 - Root composer.json requires php ^7.3 but your php version (8.0.0) does not satisfy that requirement. Problem 2 - asm89/stack-cors is locked to version v2.0.1 and an update of this package was not requested. - asm89/stack-cors v2.0.1 requires php ^7.0 -> your php version (8.0.0) does not satisfy that requirement. Problem 3 - laravel/framework is locked to version v8.10.0 and an update of this package was not requested. - laravel/framework v8.10.0 requires php ^7.3 -> your php version (8.0.0) does not satisfy that requirement. Problem 4 - laravel/tinker is locked to version v2.4.2 and an update of this package was not requested. - laravel/tinker v2.4.2 requires php ^7.2 -> your php version (8.0.0) does not satisfy that requirement. Problem 5 - facade/flare-client-php is locked to version 1.3.6 and an update of this package was not requested. - facade/flare-client-php 1.3.6 requires php ^7.1 -> your php version (8.0.0) does not satisfy that requirement. Problem 6 - facade/ignition is locked to version 2.4.1 and an update of this package was not requested. - facade/ignition 2.4.1 requires php ^7.2.5 -> your php version (8.0.0) does not satisfy that requirement. Problem 7 - fzaninotto/faker is locked to version v1.9.1 and an update of this package was not requested. - fzaninotto/faker v1.9.1 requires php ^5.3.3 || ^7.0 -> your php version (8.0.0) does not satisfy that requirement. Problem 8 - nunomaduro/collision is locked to version v5.0.2 and an update of this package was not requested. - nunomaduro/collision v5.0.2 requires php ^7.3 -> your php version (8.0.0) does not satisfy that requirement. Problem 9 - asm89/stack-cors v2.0.1 requires php ^7.0 -> your php version (8.0.0) does not satisfy that requirement. - fruitcake/laravel-cors v2.0.2 requires asm89/stack-cors ^2.0.1 -> satisfiable by asm89/stack-cors[v2.0.1]. - fruitcake/laravel-cors is locked to version v2.0.2 and an update of this package was not requested.
over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

Es porque en su proyecto en el archivo composer.json tiene:

 "require": { "php": ">=7.3", ..... },

Intente actualizar este requisito a:

 "require": { "php": "^7.3|^8.0", ..... },
over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!